Skip to main content

All Questions

Tagged with
1vote
1answer
13kviews

What are the risk of NOT using a host key for SFTP using pysftp?

I've put together an ETL process with Python where I move some files from an SFTP server to a local sever. I'm following the directions from here: http://pysftp.readthedocs.io/en/release_0.2.9/...
Bob Wakefield's user avatar

close